[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
typedef struct dc
{
  HWND hWnd;       /* the window that this DC is associated with */
  HBRUSH attr;     /* the window colors */
  HPEN hPen;       /* pen to draw lines with */
  HBRUSH hBrush;   /* brush to draw with */
  RECT rClipping;  /* the window clipping region */
} DC, *PDC, *HDC, *_HDC;

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson